home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / scripts_79.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  485 b   |  21 lines

  1. on prepareFrame
  2.   global ComputerSpeed, skip_intro
  3.   if skip_intro <> 0 then
  4.     go("mmstart")
  5.   end if
  6.   if ComputerSpeed = 1 then
  7.     open(the moviePath & "\avi\intro.avi", "aviplay.exe")
  8.   end if
  9.   if ComputerSpeed = 2 then
  10.     open(the moviePath & "\avi\introa.avi", "aviplay.exe")
  11.   end if
  12.   if ComputerSpeed = 3 then
  13.     open(the moviePath & "\avi\introb2.avi", "aviplay.exe")
  14.     set the pausedAtStart of member "sunmove" to 1
  15.   end if
  16. end
  17.  
  18. on exitFrame
  19.   go(the frame + 2)
  20. end
  21.